﻿2026-07-19T16:46:20.8420945Z ##[group]Run actions/checkout@v5
2026-07-19T16:46:20.8421826Z with:
2026-07-19T16:46:20.8422209Z   fetch-depth: 0
2026-07-19T16:46:20.8422667Z   repository: BigscreenVR/spt-bs-core
2026-07-19T16:46:20.8425598Z   token: ***
2026-07-19T16:46:20.8425979Z   ssh-strict: true
2026-07-19T16:46:20.8426352Z   ssh-user: git
2026-07-19T16:46:20.8426762Z   persist-credentials: true
2026-07-19T16:46:20.8427176Z   clean: true
2026-07-19T16:46:20.8427552Z   sparse-checkout-cone-mode: true
2026-07-19T16:46:20.8427993Z   fetch-tags: false
2026-07-19T16:46:20.8428380Z   show-progress: true
2026-07-19T16:46:20.8428775Z   lfs: false
2026-07-19T16:46:20.8429195Z   submodules: false
2026-07-19T16:46:20.8429582Z   set-safe-directory: true
2026-07-19T16:46:20.8430203Z ##[endgroup]
2026-07-19T16:46:20.9204151Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T16:46:20.9206226Z ##[group]Getting Git version info
2026-07-19T16:46:20.9207043Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-19T16:46:20.9208208Z [command]/usr/bin/git version
2026-07-19T16:46:20.9221186Z git version 2.43.0
2026-07-19T16:46:20.9238091Z ##[endgroup]
2026-07-19T16:46:20.9250186Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ca9c985a-5fc7-4d4e-ac0e-c397c39591de' before making global git config changes
2026-07-19T16:46:20.9251466Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T16:46:20.9253307Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-19T16:46:20.9284790Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-19T16:46:20.9303245Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T16:46:20.9313399Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T16:46:20.9315560Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T16:46:20.9361689Z HEAD
2026-07-19T16:46:20.9390884Z ##[endgroup]
2026-07-19T16:46:20.9391891Z [command]/usr/bin/git submodule status
2026-07-19T16:46:20.9574437Z ##[group]Cleaning the repository
2026-07-19T16:46:20.9576715Z [command]/usr/bin/git clean -ffdx
2026-07-19T16:46:24.6195836Z Removing .adapter-notify/
2026-07-19T16:46:24.6196437Z Removing target/
2026-07-19T16:46:24.6205227Z [command]/usr/bin/git reset --hard HEAD
2026-07-19T16:46:24.6433862Z HEAD is now at 3c1c5df Merge 5e78fed5c30db1c774cc40a284f71fa9c94e2acd into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T16:46:24.6438695Z ##[endgroup]
2026-07-19T16:46:24.6440384Z ##[group]Disabling automatic garbage collection
2026-07-19T16:46:24.6443777Z [command]/usr/bin/git config --local gc.auto 0
2026-07-19T16:46:24.6468477Z ##[endgroup]
2026-07-19T16:46:24.6469126Z ##[group]Setting up auth
2026-07-19T16:46:24.6474533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-19T16:46:24.6497991Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-19T16:46:24.6683381Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T16:46:24.6707976Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-19T16:46:24.6893821Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T16:46:24.6919311Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-19T16:46:24.7105014Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-19T16:46:24.7133439Z ##[endgroup]
2026-07-19T16:46:24.7139444Z ##[group]Fetching the repository
2026-07-19T16:46:24.7140279Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3c1c5df1aa112cbd2988ede84260d8c2a0ea0ad3:refs/remotes/pull/34/merge
2026-07-19T16:46:25.4867208Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T16:46:25.4868462Z  + 3b5258c...5e78fed build/teardown-authority-w1 -> origin/build/teardown-authority-w1  (forced update)
2026-07-19T16:46:25.4912986Z ##[endgroup]
2026-07-19T16:46:25.4913598Z ##[group]Determining the checkout info
2026-07-19T16:46:25.4914180Z ##[endgroup]
2026-07-19T16:46:25.4919098Z [command]/usr/bin/git sparse-checkout disable
2026-07-19T16:46:25.4974884Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-19T16:46:25.5009126Z ##[group]Checking out the ref
2026-07-19T16:46:25.5013413Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T16:46:25.5061208Z HEAD is now at 3c1c5df Merge 5e78fed5c30db1c774cc40a284f71fa9c94e2acd into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T16:46:25.5067380Z ##[endgroup]
2026-07-19T16:46:25.5104229Z [command]/usr/bin/git log -1 --format=%H
2026-07-19T16:46:25.5126565Z 3c1c5df1aa112cbd2988ede84260d8c2a0ea0ad3
